type runtime/pprof.runtimeProfile

5 uses

	runtime/pprof (current package)
		pprof.go#L733: 	return printCountProfile(w, debug, name, &runtimeProfile{p, labels})
		pprof.go#L736: type runtimeProfile struct {
		pprof.go#L741: func (p *runtimeProfile) Len() int              { return len(p.stk) }
		pprof.go#L742: func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack() }
		pprof.go#L743: func (p *runtimeProfile) Label(i int) *labelMap { return (*labelMap)(p.labels[i]) }